[Manager Summary]
Initializes a customized page setup dialog box.
OSStatus PMPageSetUpDialogInit(PMPageFormat pageFormat, PMDialog *newDIalog)
PARAMETERS
pageFormat
- A PMPageFormat object. The object you supply can be new, or it can already exist with a document. The page setup dialog box initially displays the settings contained in this object. If the user changes settings in the dialog box and confirms them, this object contains those new settings.
newDIalog
- A pointer to a PMDialog object. On return, this structure is initialized for further use by your application.
- function result
- A result code. See Result Codes.
CARBON PORTING NOTES
The PMPageSetUpDialogInit function replaces the Printing Manager function PrStlInit.
SPECIAL CONSIDERATIONS
A new panel interface under development will make this function unnecessary.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.